home *** CD-ROM | disk | FTP | other *** search
- dnl Process this file with autoconf to produce a configure script.
- AC_INIT(diff.h)
- AC_PROG_CC
- AC_PROG_CPP
- AC_PROG_INSTALL
- AC_MINIX
- AC_ISC_POSIX
- AC_DIR_HEADER
- AC_CONST
- AC_STDC_HEADERS
- AC_UNISTD_H
- AC_PID_T
- AC_HAVE_FUNCS(dup2 memchr strerror waitpid)
- AC_HAVE_HEADERS(fcntl.h string.h sys/wait.h time.h)
- AC_VFORK
- AC_ALLOCA
- AC_ST_BLKSIZE
- AC_XENIX_DIR
- AC_OUTPUT(Makefile)
-